Html Css Color HEX #30071B Blackberry

📋 copy color: '#30071B'

red 48 ◦ green 7 ◦ blue 27

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

Shades of Blackberry #30071B

Tints of Blackberry #30071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.54%

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

R = 58.54%
G = 8.54%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.81

RGB Variations

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

Color information

#30071B (or 0x30071B) is known color: Blackberry. HEX triplet: 30, 07 and 1B. RGB value is (48,7,27). Sum of RGB (Red+Green+Blue) = 48+7+27=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #30071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30071B is #CFF8E4. Grayscale: #151515. Windows color (decimal): -13629669 or 1771312. OLE color: 1771312.

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

Color convert

RGB 48 7 27 -
CMYK 0 0.85 0.44 0.81
HSL 330.73º 0.75% 0.11% -
HSV(B) 330.73º 0.85% 0.19% -
XYZ 1.49 0.86 1.12 -
YUV 21.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 48 7 27 0 0.85 0.44 0.81 330.73 0.75 0.11
Hex 30 7 1B 0 55 2C 51 14B 4B B
Octal 60 7 33 0 125 54 121 513 113 13
Binary 110000 111 11011 0 1010101 101100 1010001 101001011 1001011 1011

Color Harmonies of #30071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30071B

Black with #30071B

Text Example


Text Example

White with #30071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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