Html Css Color HEX #430A29 Blackberry

📋 copy color: '#430A29'

red 67 ◦ green 10 ◦ blue 41

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

Shades of Blackberry #430A29

Tints of Blackberry #430A29

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.47%

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

R = 56.78%
G = 8.47%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#430A29 (or 0x430A29) is known color: Blackberry. HEX triplet: 43, 0A and 29. RGB value is (67,10,41). Sum of RGB (Red+Green+Blue) = 67+10+41=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #430A29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430A29 is #BCF5D6. Grayscale: #1E1E1E. Windows color (decimal): -12383703 or 2689603. OLE color: 2689603.

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

Color convert

RGB 67 10 41 -
CMYK 0 0.85 0.39 0.74
HSL 327.37º 0.74% 0.15% -
HSV(B) 327.37º 0.85% 0.26% -
XYZ 2.82 1.57 2.25 -
YUV 30.58 133.88 153.98 -
System Red Green Blue C M Y K H S L
Decimal 67 10 41 0 0.85 0.39 0.74 327.37 0.74 0.15
Hex 43 A 29 0 55 27 4A 147 4A F
Octal 103 12 51 0 125 47 112 507 112 17
Binary 1000011 1010 101001 0 1010101 100111 1001010 101000111 1001010 1111

Color Harmonies of #430A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430A29

Black with #430A29

Text Example


Text Example

White with #430A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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