Html Css Color HEX #431429 Blackberry

📋 copy color: '#431429'

red 67 ◦ green 20 ◦ blue 41

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

Shades of Blackberry #431429

Tints of Blackberry #431429

RGB

 RED value IS 67 (26.56% from 255) = 52.34%

 GREEN value IS 20 (8.2% from 255) = 15.63%

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

R = 52.34%
G = 15.63%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#431429 (or 0x431429) is known color: Blackberry. HEX triplet: 43, 14 and 29. RGB value is (67,20,41). Sum of RGB (Red+Green+Blue) = 67+20+41=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #431429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431429 is #BCEBD6. Grayscale: #242424. Windows color (decimal): -12381143 or 2692163. OLE color: 2692163.

HSL color Cylindrical-coordinate representation of color #431429: hue angle of 333.19º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #431429 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 20 41 -
CMYK 0 0.70 0.39 0.74
HSL 333.19º 0.54% 0.17% -
HSV(B) 333.19º 0.7% 0.26% -
XYZ 2.97 1.85 2.3 -
YUV 36.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 67 20 41 0 0.70 0.39 0.74 333.19 0.54 0.17
Hex 43 14 29 0 46 27 4A 14D 36 11
Octal 103 24 51 0 106 47 112 515 66 21
Binary 1000011 10100 101001 0 1000110 100111 1001010 101001101 110110 10001

Color Harmonies of #431429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431429

Black with #431429

Text Example


Text Example

White with #431429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431429; }

 p { color: rgb(67,20,41); }

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

background-color css

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

 a { background-color: rgb(67,20,41); }

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

border-color css

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

 span { border-color: rgb(67,20,41); }

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