Html Css Color HEX #380E21 Blackberry

📋 copy color: '#380E21'

red 56 ◦ green 14 ◦ blue 33

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

Shades of Blackberry #380E21

Tints of Blackberry #380E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 32.04%

R = 54.37%
G = 13.59%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.78

RGB Variations

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

Color information

#380E21 (or 0x380E21) is known color: Blackberry. HEX triplet: 38, 0E and 21. RGB value is (56,14,33). Sum of RGB (Red+Green+Blue) = 56+14+33=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #380E21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E21 is #C7F1DE. Grayscale: #1C1C1C. Windows color (decimal): -13103583 or 2166328. OLE color: 2166328.

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

Color convert

RGB 56 14 33 -
CMYK 0 0.75 0.41 0.78
HSL 332.86º 0.6% 0.14% -
HSV(B) 332.86º 0.75% 0.22% -
XYZ 2.06 1.26 1.57 -
YUV 28.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 56 14 33 0 0.75 0.41 0.78 332.86 0.6 0.14
Hex 38 E 21 0 4B 29 4E 14D 3C E
Octal 70 16 41 0 113 51 116 515 74 16
Binary 111000 1110 100001 0 1001011 101001 1001110 101001101 111100 1110

Color Harmonies of #380E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E21

Black with #380E21

Text Example


Text Example

White with #380E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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