Html Css Color HEX #30011B Blackberry

📋 copy color: '#30011B'

red 48 ◦ green 1 ◦ blue 27

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

Shades of Blackberry #30011B

Tints of Blackberry #30011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.32%

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

R = 63.16%
G = 1.32%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.81

RGB Variations

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

Color information

#30011B (or 0x30011B) is known color: Blackberry. HEX triplet: 30, 01 and 1B. RGB value is (48,1,27). Sum of RGB (Red+Green+Blue) = 48+1+27=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #30011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30011B is #CFFEE4. Grayscale: #111111. Windows color (decimal): -13631205 or 1769776. OLE color: 1769776.

HSL color Cylindrical-coordinate representation of color #30011B: hue angle of 326.81º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30011B is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 1 27 -
CMYK 0 0.98 0.44 0.81
HSL 326.81º 0.96% 0.1% -
HSV(B) 326.81º 0.98% 0.19% -
XYZ 1.43 0.73 1.1 -
YUV 18.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 48 1 27 0 0.98 0.44 0.81 326.81 0.96 0.1
Hex 30 1 1B 0 62 2C 51 147 60 A
Octal 60 1 33 0 142 54 121 507 140 12
Binary 110000 1 11011 0 1100010 101100 1010001 101000111 1100000 1010

Color Harmonies of #30011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30011B

Black with #30011B

Text Example


Text Example

White with #30011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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