Html Css Color HEX #430929 Blackberry

📋 copy color: '#430929'

red 67 ◦ green 9 ◦ blue 41

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

Shades of Blackberry #430929

Tints of Blackberry #430929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.69%

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

R = 57.26%
G = 7.69%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#430929 (or 0x430929) is known color: Blackberry. HEX triplet: 43, 09 and 29. RGB value is (67,9,41). Sum of RGB (Red+Green+Blue) = 67+9+41=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #430929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430929 is #BCF6D6. Grayscale: #1D1D1D. Windows color (decimal): -12383959 or 2689347. OLE color: 2689347.

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

Color convert

RGB 67 9 41 -
CMYK 0 0.87 0.39 0.74
HSL 326.9º 0.76% 0.15% -
HSV(B) 326.9º 0.87% 0.26% -
XYZ 2.81 1.55 2.25 -
YUV 29.99 134.22 154.4 -
System Red Green Blue C M Y K H S L
Decimal 67 9 41 0 0.87 0.39 0.74 326.9 0.76 0.15
Hex 43 9 29 0 57 27 4A 147 4C F
Octal 103 11 51 0 127 47 112 507 114 17
Binary 1000011 1001 101001 0 1010111 100111 1001010 101000111 1001100 1111

Color Harmonies of #430929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430929

Black with #430929

Text Example


Text Example

White with #430929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430929; }

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

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

background-color css

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

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

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

border-color css

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

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

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