Html Css Color HEX #430B28 Blackberry

📋 copy color: '#430B28'

red 67 ◦ green 11 ◦ blue 40

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

Shades of Blackberry #430B28

Tints of Blackberry #430B28

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.32%

 BLUE value IS 40 (16.02% from 255) = 33.9%

R = 56.78%
G = 9.32%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#430B28 (or 0x430B28) is known color: Blackberry. HEX triplet: 43, 0B and 28. RGB value is (67,11,40). Sum of RGB (Red+Green+Blue) = 67+11+40=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #430B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B28 is #BCF4D7. Grayscale: #1E1E1E. Windows color (decimal): -12383448 or 2624323. OLE color: 2624323.

HSL color Cylindrical-coordinate representation of color #430B28: hue angle of 328.93º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430B28 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 11 40 -
CMYK 0 0.84 0.40 0.74
HSL 328.93º 0.72% 0.15% -
HSV(B) 328.93º 0.84% 0.26% -
XYZ 2.82 1.59 2.17 -
YUV 31.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 67 11 40 0 0.84 0.40 0.74 328.93 0.72 0.15
Hex 43 B 28 0 54 28 4A 149 48 F
Octal 103 13 50 0 124 50 112 511 110 17
Binary 1000011 1011 101000 0 1010100 101000 1001010 101001001 1001000 1111

Color Harmonies of #430B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430B28

Black with #430B28

Text Example


Text Example

White with #430B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430B28; }

 p { color: rgb(67,11,40); }

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

background-color css

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

 a { background-color: rgb(67,11,40); }

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

border-color css

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

 span { border-color: rgb(67,11,40); }

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