Html Css Color HEX #430620 Blackberry

📋 copy color: '#430620'

red 67 ◦ green 6 ◦ blue 32

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

Shades of Blackberry #430620

Tints of Blackberry #430620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.71%

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

R = 63.81%
G = 5.71%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#430620 (or 0x430620) is known color: Blackberry. HEX triplet: 43, 06 and 20. RGB value is (67,6,32). Sum of RGB (Red+Green+Blue) = 67+6+32=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #430620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430620 is #BCF9DF. Grayscale: #1B1B1B. Windows color (decimal): -12384736 or 2098755. OLE color: 2098755.

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

Color convert

RGB 67 6 32 -
CMYK 0 0.91 0.52 0.74
HSL 334.43º 0.84% 0.14% -
HSV(B) 334.43º 0.91% 0.26% -
XYZ 2.64 1.43 1.5 -
YUV 27.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 67 6 32 0 0.91 0.52 0.74 334.43 0.84 0.14
Hex 43 6 20 0 5B 34 4A 14E 54 E
Octal 103 6 40 0 133 64 112 516 124 16
Binary 1000011 110 100000 0 1011011 110100 1001010 101001110 1010100 1110

Color Harmonies of #430620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430620

Black with #430620

Text Example


Text Example

White with #430620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430620; }

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

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

background-color css

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

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

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

border-color css

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

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

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