Html Css Color HEX #380E1E Blackberry

📋 copy color: '#380E1E'

red 56 ◦ green 14 ◦ blue 30

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

Shades of Blackberry #380E1E

Tints of Blackberry #380E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 30%

R = 56%
G = 14%
B = 30%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#380E1E (or 0x380E1E) is known color: Blackberry. HEX triplet: 38, 0E and 1E. RGB value is (56,14,30). Sum of RGB (Red+Green+Blue) = 56+14+30=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #380E1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E1E is #C7F1E1. Grayscale: #1C1C1C. Windows color (decimal): -13103586 or 1969720. OLE color: 1969720.

HSL color Cylindrical-coordinate representation of color #380E1E: hue angle of 337.14º 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 #380E1E is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 14 30 -
CMYK 0 0.75 0.46 0.78
HSL 337.14º 0.6% 0.14% -
HSV(B) 337.14º 0.75% 0.22% -
XYZ 2.02 1.25 1.36 -
YUV 28.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 56 14 30 0 0.75 0.46 0.78 337.14 0.6 0.14
Hex 38 E 1E 0 4B 2E 4E 151 3C E
Octal 70 16 36 0 113 56 116 521 74 16
Binary 111000 1110 11110 0 1001011 101110 1001110 101010001 111100 1110

Color Harmonies of #380E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E1E

Black with #380E1E

Text Example


Text Example

White with #380E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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