Html Css Color HEX #430828 Blackberry

📋 copy color: '#430828'

red 67 ◦ green 8 ◦ blue 40

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

Shades of Blackberry #430828

Tints of Blackberry #430828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 34.78%

R = 58.26%
G = 6.96%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#430828 (or 0x430828) is known color: Blackberry. HEX triplet: 43, 08 and 28. RGB value is (67,8,40). Sum of RGB (Red+Green+Blue) = 67+8+40=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #430828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430828 is #BCF7D7. Grayscale: #1D1D1D. Windows color (decimal): -12384216 or 2623555. OLE color: 2623555.

HSL color Cylindrical-coordinate representation of color #430828: hue angle of 327.46º 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 #430828 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 8 40 -
CMYK 0 0.88 0.40 0.74
HSL 327.46º 0.79% 0.15% -
HSV(B) 327.46º 0.88% 0.26% -
XYZ 2.78 1.52 2.15 -
YUV 29.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 67 8 40 0 0.88 0.40 0.74 327.46 0.79 0.15
Hex 43 8 28 0 58 28 4A 147 4F F
Octal 103 10 50 0 130 50 112 507 117 17
Binary 1000011 1000 101000 0 1011000 101000 1001010 101000111 1001111 1111

Color Harmonies of #430828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430828

Black with #430828

Text Example


Text Example

White with #430828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430828; }

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

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

background-color css

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

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

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

border-color css

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

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

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