Html Css Color HEX #380D28 Blackberry

📋 copy color: '#380D28'

red 56 ◦ green 13 ◦ blue 40

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

Shades of Blackberry #380D28

Tints of Blackberry #380D28

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.93%

 BLUE value IS 40 (16.02% from 255) = 36.7%

R = 51.38%
G = 11.93%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#380D28 (or 0x380D28) is known color: Blackberry. HEX triplet: 38, 0D and 28. RGB value is (56,13,40). Sum of RGB (Red+Green+Blue) = 56+13+40=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #380D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D28 is #C7F2D7. Grayscale: #1C1C1C. Windows color (decimal): -13103832 or 2624824. OLE color: 2624824.

HSL color Cylindrical-coordinate representation of color #380D28: hue angle of 322.33º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #380D28 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 13 40 -
CMYK 0 0.77 0.29 0.78
HSL 322.33º 0.62% 0.14% -
HSV(B) 322.33º 0.77% 0.22% -
XYZ 2.16 1.28 2.14 -
YUV 28.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 56 13 40 0 0.77 0.29 0.78 322.33 0.62 0.14
Hex 38 D 28 0 4D 1D 4E 142 3E E
Octal 70 15 50 0 115 35 116 502 76 16
Binary 111000 1101 101000 0 1001101 11101 1001110 101000010 111110 1110

Color Harmonies of #380D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D28

Black with #380D28

Text Example


Text Example

White with #380D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,13,40); }

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

background-color css

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

 a { background-color: rgb(56,13,40); }

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

border-color css

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

 span { border-color: rgb(56,13,40); }

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