Html Css Color HEX #30071A Blackberry

📋 copy color: '#30071A'

red 48 ◦ green 7 ◦ blue 26

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

Shades of Blackberry #30071A

Tints of Blackberry #30071A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 32.1%

R = 59.26%
G = 8.64%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#30071A (or 0x30071A) is known color: Blackberry. HEX triplet: 30, 07 and 1A. RGB value is (48,7,26). Sum of RGB (Red+Green+Blue) = 48+7+26=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #30071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30071A is #CFF8E5. Grayscale: #151515. Windows color (decimal): -13629670 or 1705776. OLE color: 1705776.

HSL color Cylindrical-coordinate representation of color #30071A: hue angle of 332.2º 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 #30071A is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 7 26 -
CMYK 0 0.85 0.46 0.81
HSL 332.2º 0.75% 0.11% -
HSV(B) 332.2º 0.85% 0.19% -
XYZ 1.48 0.85 1.06 -
YUV 21.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 48 7 26 0 0.85 0.46 0.81 332.2 0.75 0.11
Hex 30 7 1A 0 55 2E 51 14C 4B B
Octal 60 7 32 0 125 56 121 514 113 13
Binary 110000 111 11010 0 1010101 101110 1010001 101001100 1001011 1011

Color Harmonies of #30071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30071A

Black with #30071A

Text Example


Text Example

White with #30071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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