Html Css Color HEX #300026 Blackberry

📋 copy color: '#300026'

red 48 ◦ green 0 ◦ blue 38

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

Shades of Blackberry #300026

Tints of Blackberry #300026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 38 (15.23% from 255) = 44.19%

R = 55.81%
G = 0%
B = 44.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.81

RGB Variations

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

Color information

#300026 (or 0x300026) is known color: Blackberry. HEX triplet: 30, 00 and 26. RGB value is (48,0,38). Sum of RGB (Red+Green+Blue) = 48+0+38=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #300026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300026 is #CFFFD9. Grayscale: #121212. Windows color (decimal): -13631450 or 2490416. OLE color: 2490416.

HSL color Cylindrical-coordinate representation of color #300026: hue angle of 312.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300026 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 0 38 -
CMYK 0 1 0.21 0.81
HSL 312.5º 1% 0.09% -
HSV(B) 312.5º 1% 0.19% -
XYZ 1.57 0.77 1.9 -
YUV 18.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 48 0 38 0 1 0.21 0.81 312.5 1 0.09
Hex 30 0 26 0 64 15 51 138 64 9
Octal 60 0 46 0 144 25 121 470 144 11
Binary 110000 0 100110 0 1100100 10101 1010001 100111000 1100100 1001

Color Harmonies of #300026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300026

Black with #300026

Text Example


Text Example

White with #300026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300026; }

 p { color: rgb(48,0,38); }

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

background-color css

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

 a { background-color: rgb(48,0,38); }

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

border-color css

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

 span { border-color: rgb(48,0,38); }

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