Html Css Color HEX #430B29 Blackberry

📋 copy color: '#430B29'

red 67 ◦ green 11 ◦ blue 41

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

Shades of Blackberry #430B29

Tints of Blackberry #430B29

RGB

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

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

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

R = 56.3%
G = 9.24%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#430B29 (or 0x430B29) is known color: Blackberry. HEX triplet: 43, 0B and 29. RGB value is (67,11,41). Sum of RGB (Red+Green+Blue) = 67+11+41=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #430B29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B29 is #BCF4D6. Grayscale: #1F1F1F. Windows color (decimal): -12383447 or 2689859. OLE color: 2689859.

HSL color Cylindrical-coordinate representation of color #430B29: hue angle of 327.86º 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 #430B29 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 11 41 -
CMYK 0 0.84 0.39 0.74
HSL 327.86º 0.72% 0.15% -
HSV(B) 327.86º 0.84% 0.26% -
XYZ 2.83 1.59 2.26 -
YUV 31.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 67 11 41 0 0.84 0.39 0.74 327.86 0.72 0.15
Hex 43 B 29 0 54 27 4A 148 48 F
Octal 103 13 51 0 124 47 112 510 110 17
Binary 1000011 1011 101001 0 1010100 100111 1001010 101001000 1001000 1111

Color Harmonies of #430B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430B29

Black with #430B29

Text Example


Text Example

White with #430B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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