Html Css Color HEX #240319 Blackberry

📋 copy color: '#240319'

red 36 ◦ green 3 ◦ blue 25

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

Shades of Blackberry #240319

Tints of Blackberry #240319

RGB

 RED value IS 36 (14.45% from 255) = 56.25%

 GREEN value IS 3 (1.56% from 255) = 4.69%

 BLUE value IS 25 (10.16% from 255) = 39.06%

R = 56.25%
G = 4.69%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#240319 (or 0x240319) is known color: Blackberry. HEX triplet: 24, 03 and 19. RGB value is (36,3,25). Sum of RGB (Red+Green+Blue) = 36+3+25=64 (8% of max value = 765). Red value is 36 (14.45% from 255 or 56.25% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 36 - color contains mainly: red. Hex color #240319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240319 is #DBFCE6. Grayscale: #0F0F0F. Windows color (decimal): -14417127 or 1639204. OLE color: 1639204.

HSL color Cylindrical-coordinate representation of color #240319: hue angle of 320º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240319 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 3 25 -
CMYK 0 0.92 0.31 0.86
HSL 320º 0.85% 0.08% -
HSV(B) 320º 0.92% 0.14% -
XYZ 0.94 0.51 0.97 -
YUV 15.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 36 3 25 0 0.92 0.31 0.86 320 0.85 0.08
Hex 24 3 19 0 5C 1F 56 140 55 8
Octal 44 3 31 0 134 37 126 500 125 10
Binary 100100 11 11001 0 1011100 11111 1010110 101000000 1010101 1000

Color Harmonies of #240319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240319

Black with #240319

Text Example


Text Example

White with #240319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240319; }

 p { color: rgb(36,3,25); }

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

background-color css

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

 a { background-color: rgb(36,3,25); }

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

border-color css

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

 span { border-color: rgb(36,3,25); }

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