Html Css Color HEX #30051B Blackberry

📋 copy color: '#30051B'

red 48 ◦ green 5 ◦ blue 27

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

Shades of Blackberry #30051B

Tints of Blackberry #30051B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 33.75%

R = 60%
G = 6.25%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.81

RGB Variations

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

Color information

#30051B (or 0x30051B) is known color: Blackberry. HEX triplet: 30, 05 and 1B. RGB value is (48,5,27). Sum of RGB (Red+Green+Blue) = 48+5+27=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #30051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30051B is #CFFAE4. Grayscale: #141414. Windows color (decimal): -13630181 or 1770800. OLE color: 1770800.

HSL color Cylindrical-coordinate representation of color #30051B: hue angle of 329.3º 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 #30051B is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 5 27 -
CMYK 0 0.90 0.44 0.81
HSL 329.3º 0.81% 0.1% -
HSV(B) 329.3º 0.9% 0.19% -
XYZ 1.47 0.82 1.12 -
YUV 20.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 48 5 27 0 0.90 0.44 0.81 329.3 0.81 0.1
Hex 30 5 1B 0 5A 2C 51 149 51 A
Octal 60 5 33 0 132 54 121 511 121 12
Binary 110000 101 11011 0 1011010 101100 1010001 101001001 1010001 1010

Color Harmonies of #30051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30051B

Black with #30051B

Text Example


Text Example

White with #30051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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