Html Css Color HEX #380E28 Blackberry

📋 copy color: '#380E28'

red 56 ◦ green 14 ◦ blue 40

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

Shades of Blackberry #380E28

Tints of Blackberry #380E28

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.73%

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

R = 50.91%
G = 12.73%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#380E28 (or 0x380E28) is known color: Blackberry. HEX triplet: 38, 0E and 28. RGB value is (56,14,40). Sum of RGB (Red+Green+Blue) = 56+14+40=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #380E28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E28 is #C7F1D7. Grayscale: #1D1D1D. Windows color (decimal): -13103576 or 2625080. OLE color: 2625080.

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

Color convert

RGB 56 14 40 -
CMYK 0 0.75 0.29 0.78
HSL 322.86º 0.6% 0.14% -
HSV(B) 322.86º 0.75% 0.22% -
XYZ 2.17 1.31 2.15 -
YUV 29.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 56 14 40 0 0.75 0.29 0.78 322.86 0.6 0.14
Hex 38 E 28 0 4B 1D 4E 143 3C E
Octal 70 16 50 0 113 35 116 503 74 16
Binary 111000 1110 101000 0 1001011 11101 1001110 101000011 111100 1110

Color Harmonies of #380E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E28

Black with #380E28

Text Example


Text Example

White with #380E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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