Html Css Color HEX #381828 Blackberry

📋 copy color: '#381828'

red 56 ◦ green 24 ◦ blue 40

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

Shades of Blackberry #381828

Tints of Blackberry #381828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20%

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

R = 46.67%
G = 20%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#381828 (or 0x381828) is known color: Blackberry. HEX triplet: 38, 18 and 28. RGB value is (56,24,40). Sum of RGB (Red+Green+Blue) = 56+24+40=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #381828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381828 is #C7E7D7. Grayscale: #232323. Windows color (decimal): -13101016 or 2627640. OLE color: 2627640.

HSL color Cylindrical-coordinate representation of color #381828: hue angle of 330º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #381828 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 24 40 -
CMYK 0 0.57 0.29 0.78
HSL 330º 0.4% 0.16% -
HSV(B) 330º 0.57% 0.22% -
XYZ 2.34 1.65 2.2 -
YUV 35.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 56 24 40 0 0.57 0.29 0.78 330 0.4 0.16
Hex 38 18 28 0 39 1D 4E 14A 28 10
Octal 70 30 50 0 71 35 116 512 50 20
Binary 111000 11000 101000 0 111001 11101 1001110 101001010 101000 10000

Color Harmonies of #381828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381828

Black with #381828

Text Example


Text Example

White with #381828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381828; }

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

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

background-color css

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

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

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

border-color css

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

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

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