Html Css Color HEX #380A28 Blackberry

📋 copy color: '#380A28'

red 56 ◦ green 10 ◦ blue 40

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

Shades of Blackberry #380A28

Tints of Blackberry #380A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.43%

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

R = 52.83%
G = 9.43%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#380A28 (or 0x380A28) is known color: Blackberry. HEX triplet: 38, 0A and 28. RGB value is (56,10,40). Sum of RGB (Red+Green+Blue) = 56+10+40=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #380A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380A28 is #C7F5D7. Grayscale: #1B1B1B. Windows color (decimal): -13104600 or 2624056. OLE color: 2624056.

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

Color convert

RGB 56 10 40 -
CMYK 0 0.82 0.29 0.78
HSL 320.87º 0.7% 0.13% -
HSV(B) 320.87º 0.82% 0.22% -
XYZ 2.12 1.21 2.13 -
YUV 27.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 56 10 40 0 0.82 0.29 0.78 320.87 0.7 0.13
Hex 38 A 28 0 52 1D 4E 141 46 D
Octal 70 12 50 0 122 35 116 501 106 15
Binary 111000 1010 101000 0 1010010 11101 1001110 101000001 1000110 1101

Color Harmonies of #380A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380A28

Black with #380A28

Text Example


Text Example

White with #380A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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