Html Css Color HEX #430820 Blackberry

📋 copy color: '#430820'

red 67 ◦ green 8 ◦ blue 32

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

Shades of Blackberry #430820

Tints of Blackberry #430820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 29.91%

R = 62.62%
G = 7.48%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#430820 (or 0x430820) is known color: Blackberry. HEX triplet: 43, 08 and 20. RGB value is (67,8,32). Sum of RGB (Red+Green+Blue) = 67+8+32=107 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.62% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 67 - color contains mainly: red. Hex color #430820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430820 is #BCF7DF. Grayscale: #1C1C1C. Windows color (decimal): -12384224 or 2099267. OLE color: 2099267.

HSL color Cylindrical-coordinate representation of color #430820: hue angle of 335.59º 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 #430820 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 8 32 -
CMYK 0 0.88 0.52 0.74
HSL 335.59º 0.79% 0.15% -
HSV(B) 335.59º 0.88% 0.26% -
XYZ 2.66 1.47 1.51 -
YUV 28.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 67 8 32 0 0.88 0.52 0.74 335.59 0.79 0.15
Hex 43 8 20 0 58 34 4A 150 4F F
Octal 103 10 40 0 130 64 112 520 117 17
Binary 1000011 1000 100000 0 1011000 110100 1001010 101010000 1001111 1111

Color Harmonies of #430820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430820

Black with #430820

Text Example


Text Example

White with #430820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430820; }

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

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

background-color css

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

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

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

border-color css

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

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

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