Html Css Color HEX #18000F Blackberry

📋 copy color: '#18000F'

red 24 ◦ green 0 ◦ blue 15

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

Shades of Blackberry #18000F

Tints of Blackberry #18000F

RGB

 RED value IS 24 (9.77% from 255) = 61.54%

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

 BLUE value IS 15 (6.25% from 255) = 38.46%

R = 61.54%
G = 0%
B = 38.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.91

RGB Variations

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

Color information

#18000F (or 0x18000F) is known color: Blackberry. HEX triplet: 18, 00 and 0F. RGB value is (24,0,15). Sum of RGB (Red+Green+Blue) = 24+0+15=39 (5% of max value = 765). Red value is 24 (9.77% from 255 or 61.54% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 15 (6.25% from 255 or 38.46% from 39); Max value from RGB is 24 - color contains mainly: red. Hex color #18000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18000F is #E7FFF0. Grayscale: #080808. Windows color (decimal): -15204337 or 983064. OLE color: 983064.

HSL color Cylindrical-coordinate representation of color #18000F: hue angle of 322.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18000F is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 0 15 -
CMYK 0 1 0.37 0.91
HSL 322.5º 1% 0.05% -
HSV(B) 322.5º 1% 0.09% -
XYZ 0.46 0.23 0.47 -
YUV 8.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 24 0 15 0 1 0.37 0.91 322.5 1 0.05
Hex 18 0 F 0 64 25 5B 142 64 5
Octal 30 0 17 0 144 45 133 502 144 5
Binary 11000 0 1111 0 1100100 100101 1011011 101000010 1100100 101

Color Harmonies of #18000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18000F

Black with #18000F

Text Example


Text Example

White with #18000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18000F; }

 p { color: rgb(24,0,15); }

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

background-color css

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

 a { background-color: rgb(24,0,15); }

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

border-color css

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

 span { border-color: rgb(24,0,15); }

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