Html Css Color HEX #430824 Blackberry

📋 copy color: '#430824'

red 67 ◦ green 8 ◦ blue 36

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

Shades of Blackberry #430824

Tints of Blackberry #430824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.21%

 BLUE value IS 36 (14.45% from 255) = 32.43%

R = 60.36%
G = 7.21%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.74

RGB Variations

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

Color information

#430824 (or 0x430824) is known color: Blackberry. HEX triplet: 43, 08 and 24. RGB value is (67,8,36). Sum of RGB (Red+Green+Blue) = 67+8+36=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #430824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430824 is #BCF7DB. Grayscale: #1C1C1C. Windows color (decimal): -12384220 or 2361411. OLE color: 2361411.

HSL color Cylindrical-coordinate representation of color #430824: hue angle of 331.53º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430824 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 8 36 -
CMYK 0 0.88 0.46 0.74
HSL 331.53º 0.79% 0.15% -
HSV(B) 331.53º 0.88% 0.26% -
XYZ 2.72 1.49 1.81 -
YUV 28.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 67 8 36 0 0.88 0.46 0.74 331.53 0.79 0.15
Hex 43 8 24 0 58 2E 4A 14C 4F F
Octal 103 10 44 0 130 56 112 514 117 17
Binary 1000011 1000 100100 0 1011000 101110 1001010 101001100 1001111 1111

Color Harmonies of #430824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430824

Black with #430824

Text Example


Text Example

White with #430824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430824; }

 p { color: rgb(67,8,36); }

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

background-color css

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

 a { background-color: rgb(67,8,36); }

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

border-color css

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

 span { border-color: rgb(67,8,36); }

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