Html Css Color HEX #30051F Blackberry

📋 copy color: '#30051F'

red 48 ◦ green 5 ◦ blue 31

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

Shades of Blackberry #30051F

Tints of Blackberry #30051F

RGB

 RED value IS 48 (19.14% from 255) = 57.14%

 GREEN value IS 5 (2.34% from 255) = 5.95%

 BLUE value IS 31 (12.5% from 255) = 36.9%

R = 57.14%
G = 5.95%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#30051F (or 0x30051F) is known color: Blackberry. HEX triplet: 30, 05 and 1F. RGB value is (48,5,31). Sum of RGB (Red+Green+Blue) = 48+5+31=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #30051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30051F is #CFFAE0. Grayscale: #141414. Windows color (decimal): -13630177 or 2032944. OLE color: 2032944.

HSL color Cylindrical-coordinate representation of color #30051F: hue angle of 323.72º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30051F is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 5 31 -
CMYK 0 0.90 0.35 0.81
HSL 323.72º 0.81% 0.1% -
HSV(B) 323.72º 0.9% 0.19% -
XYZ 1.52 0.84 1.38 -
YUV 20.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 48 5 31 0 0.90 0.35 0.81 323.72 0.81 0.1
Hex 30 5 1F 0 5A 23 51 144 51 A
Octal 60 5 37 0 132 43 121 504 121 12
Binary 110000 101 11111 0 1011010 100011 1010001 101000100 1010001 1010

Color Harmonies of #30051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30051F

Black with #30051F

Text Example


Text Example

White with #30051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30051F; }

 p { color: rgb(48,5,31); }

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

background-color css

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

 a { background-color: rgb(48,5,31); }

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

border-color css

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

 span { border-color: rgb(48,5,31); }

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