Html Css Color HEX #380B24 Blackberry

📋 copy color: '#380B24'

red 56 ◦ green 11 ◦ blue 36

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

Shades of Blackberry #380B24

Tints of Blackberry #380B24

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.68%

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

R = 54.37%
G = 10.68%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#380B24 (or 0x380B24) is known color: Blackberry. HEX triplet: 38, 0B and 24. RGB value is (56,11,36). Sum of RGB (Red+Green+Blue) = 56+11+36=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #380B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380B24 is #C7F4DB. Grayscale: #1B1B1B. Windows color (decimal): -13104348 or 2362168. OLE color: 2362168.

HSL color Cylindrical-coordinate representation of color #380B24: hue angle of 326.67º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #380B24 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 11 36 -
CMYK 0 0.80 0.36 0.78
HSL 326.67º 0.67% 0.13% -
HSV(B) 326.67º 0.8% 0.22% -
XYZ 2.07 1.21 1.79 -
YUV 27.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 56 11 36 0 0.80 0.36 0.78 326.67 0.67 0.13
Hex 38 B 24 0 50 24 4E 147 43 D
Octal 70 13 44 0 120 44 116 507 103 15
Binary 111000 1011 100100 0 1010000 100100 1001110 101000111 1000011 1101

Color Harmonies of #380B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380B24

Black with #380B24

Text Example


Text Example

White with #380B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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