Html Css Color HEX #3E0429 Blackberry

📋 copy color: '#3E0429'

red 62 ◦ green 4 ◦ blue 41

#3E0429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #3E0429

Tints of Blackberry #3E0429

RGB

 RED value IS 62 (24.61% from 255) = 57.94%

 GREEN value IS 4 (1.95% from 255) = 3.74%

 BLUE value IS 41 (16.41% from 255) = 38.32%

R = 57.94%
G = 3.74%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.76

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3E0429 (or 0x3E0429) is known color: Blackberry. HEX triplet: 3E, 04 and 29. RGB value is (62,4,41). Sum of RGB (Red+Green+Blue) = 62+4+41=107 (14% of max value = 765). Red value is 62 (24.61% from 255 or 57.94% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0429 is #C1FBD6. Grayscale: #191919. Windows color (decimal): -12712919 or 2688062. OLE color: 2688062.

HSL color Cylindrical-coordinate representation of color #3E0429: hue angle of 321.72º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0429 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 4 41 -
CMYK 0 0.94 0.34 0.76
HSL 321.72º 0.88% 0.13% -
HSV(B) 321.72º 0.94% 0.24% -
XYZ 2.43 1.27 2.22 -
YUV 25.56 136.72 153.99 -
System Red Green Blue C M Y K H S L
Decimal 62 4 41 0 0.94 0.34 0.76 321.72 0.88 0.13
Hex 3E 4 29 0 5E 22 4C 142 58 D
Octal 76 4 51 0 136 42 114 502 130 15
Binary 111110 100 101001 0 1011110 100010 1001100 101000010 1011000 1101

Color Harmonies of #3E0429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0429

Black with #3E0429

Text Example


Text Example

White with #3E0429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E0429; }

 p { color: rgb(62,4,41); }

 H1.HeaderClassName
 {
   color: #3E0429;
 }
 .AnyTagClassName
 {
   color: #3E0429;
 }
</style>

background-color css

<style>
 a { background-color: #3E0429; }

 a { background-color: rgb(62,4,41); }

 div.DivClassName
 {
   background-color: #3E0429;
 }
 .BgClassName
 {
   background-color: #3E0429;
 }
</style>

border-color css

<style>
 span { border-color: #3E0429; }

 span { border-color: rgb(62,4,41); }

 td.TdClassName
 {
   border-color: #3E0429;
 }
 .TagClassName
 {
   border-color: #3E0429;
 }
</style>