Html Css Color HEX #431529 Blackberry

📋 copy color: '#431529'

red 67 ◦ green 21 ◦ blue 41

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

Shades of Blackberry #431529

Tints of Blackberry #431529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.28%

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

R = 51.94%
G = 16.28%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#431529 (or 0x431529) is known color: Blackberry. HEX triplet: 43, 15 and 29. RGB value is (67,21,41). Sum of RGB (Red+Green+Blue) = 67+21+41=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #431529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431529 is #BCEAD6. Grayscale: #242424. Windows color (decimal): -12380887 or 2692419. OLE color: 2692419.

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

Color convert

RGB 67 21 41 -
CMYK 0 0.69 0.39 0.74
HSL 333.91º 0.52% 0.17% -
HSV(B) 333.91º 0.69% 0.26% -
XYZ 2.98 1.89 2.31 -
YUV 37.03 130.24 149.37 -
System Red Green Blue C M Y K H S L
Decimal 67 21 41 0 0.69 0.39 0.74 333.91 0.52 0.17
Hex 43 15 29 0 45 27 4A 14E 34 11
Octal 103 25 51 0 105 47 112 516 64 21
Binary 1000011 10101 101001 0 1000101 100111 1001010 101001110 110100 10001

Color Harmonies of #431529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431529

Black with #431529

Text Example


Text Example

White with #431529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431529; }

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

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

background-color css

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

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

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

border-color css

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

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

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