Html Css Color HEX #430E29 Blackberry

📋 copy color: '#430E29'

red 67 ◦ green 14 ◦ blue 41

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

Shades of Blackberry #430E29

Tints of Blackberry #430E29

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.48%

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

R = 54.92%
G = 11.48%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#430E29 (or 0x430E29) is known color: Blackberry. HEX triplet: 43, 0E and 29. RGB value is (67,14,41). Sum of RGB (Red+Green+Blue) = 67+14+41=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #430E29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430E29 is #BCF1D6. Grayscale: #202020. Windows color (decimal): -12382679 or 2690627. OLE color: 2690627.

HSL color Cylindrical-coordinate representation of color #430E29: hue angle of 329.43º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #430E29 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 14 41 -
CMYK 0 0.79 0.39 0.74
HSL 329.43º 0.65% 0.16% -
HSV(B) 329.43º 0.79% 0.26% -
XYZ 2.87 1.67 2.27 -
YUV 32.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 67 14 41 0 0.79 0.39 0.74 329.43 0.65 0.16
Hex 43 E 29 0 4F 27 4A 149 41 10
Octal 103 16 51 0 117 47 112 511 101 20
Binary 1000011 1110 101001 0 1001111 100111 1001010 101001001 1000001 10000

Color Harmonies of #430E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430E29

Black with #430E29

Text Example


Text Example

White with #430E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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