Html Css Color HEX #430829 Blackberry

📋 copy color: '#430829'

red 67 ◦ green 8 ◦ blue 41

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

Shades of Blackberry #430829

Tints of Blackberry #430829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.9%

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

R = 57.76%
G = 6.9%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#430829 (or 0x430829) is known color: Blackberry. HEX triplet: 43, 08 and 29. RGB value is (67,8,41). Sum of RGB (Red+Green+Blue) = 67+8+41=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #430829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430829 is #BCF7D6. Grayscale: #1D1D1D. Windows color (decimal): -12384215 or 2689091. OLE color: 2689091.

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

Color convert

RGB 67 8 41 -
CMYK 0 0.88 0.39 0.74
HSL 326.44º 0.79% 0.15% -
HSV(B) 326.44º 0.88% 0.26% -
XYZ 2.8 1.53 2.24 -
YUV 29.4 134.55 154.82 -
System Red Green Blue C M Y K H S L
Decimal 67 8 41 0 0.88 0.39 0.74 326.44 0.79 0.15
Hex 43 8 29 0 58 27 4A 146 4F F
Octal 103 10 51 0 130 47 112 506 117 17
Binary 1000011 1000 101001 0 1011000 100111 1001010 101000110 1001111 1111

Color Harmonies of #430829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430829

Black with #430829

Text Example


Text Example

White with #430829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430829; }

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

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

background-color css

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

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

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

border-color css

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

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

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