Html Css Color HEX #380024 Blackberry

📋 copy color: '#380024'

red 56 ◦ green 0 ◦ blue 36

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

Shades of Blackberry #380024

Tints of Blackberry #380024

RGB

 RED value IS 56 (22.27% from 255) = 60.87%

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

 BLUE value IS 36 (14.45% from 255) = 39.13%

R = 60.87%
G = 0%
B = 39.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#380024 (or 0x380024) is known color: Blackberry. HEX triplet: 38, 00 and 24. RGB value is (56,0,36). Sum of RGB (Red+Green+Blue) = 56+0+36=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #380024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380024 is #C7FFDB. Grayscale: #141414. Windows color (decimal): -13107164 or 2359352. OLE color: 2359352.

HSL color Cylindrical-coordinate representation of color #380024: hue angle of 321.43º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380024 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 0 36 -
CMYK 0 1 0.36 0.78
HSL 321.43º 1% 0.11% -
HSV(B) 321.43º 1% 0.22% -
XYZ 1.95 0.97 1.75 -
YUV 20.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 56 0 36 0 1 0.36 0.78 321.43 1 0.11
Hex 38 0 24 0 64 24 4E 141 64 B
Octal 70 0 44 0 144 44 116 501 144 13
Binary 111000 0 100100 0 1100100 100100 1001110 101000001 1100100 1011

Color Harmonies of #380024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380024

Black with #380024

Text Example


Text Example

White with #380024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380024; }

 p { color: rgb(56,0,36); }

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

background-color css

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

 a { background-color: rgb(56,0,36); }

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

border-color css

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

 span { border-color: rgb(56,0,36); }

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