Html Css Color HEX #430B30 Blackberry

📋 copy color: '#430B30'

red 67 ◦ green 11 ◦ blue 48

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

Shades of Blackberry #430B30

Tints of Blackberry #430B30

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.73%

 BLUE value IS 48 (19.14% from 255) = 38.1%

R = 53.17%
G = 8.73%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#430B30 (or 0x430B30) is known color: Blackberry. HEX triplet: 43, 0B and 30. RGB value is (67,11,48). Sum of RGB (Red+Green+Blue) = 67+11+48=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #430B30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B30 is #BCF4CF. Grayscale: #1F1F1F. Windows color (decimal): -12383440 or 3148611. OLE color: 3148611.

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

Color convert

RGB 67 11 48 -
CMYK 0 0.84 0.28 0.74
HSL 320.36º 0.72% 0.15% -
HSV(B) 320.36º 0.84% 0.26% -
XYZ 2.97 1.65 2.96 -
YUV 31.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 67 11 48 0 0.84 0.28 0.74 320.36 0.72 0.15
Hex 43 B 30 0 54 1C 4A 140 48 F
Octal 103 13 60 0 124 34 112 500 110 17
Binary 1000011 1011 110000 0 1010100 11100 1001010 101000000 1001000 1111

Color Harmonies of #430B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430B30

Black with #430B30

Text Example


Text Example

White with #430B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,11,48); }

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

background-color css

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

 a { background-color: rgb(67,11,48); }

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

border-color css

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

 span { border-color: rgb(67,11,48); }

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