Html Css Color HEX #380D1F Blackberry

📋 copy color: '#380D1F'

red 56 ◦ green 13 ◦ blue 31

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

Shades of Blackberry #380D1F

Tints of Blackberry #380D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13%

 BLUE value IS 31 (12.5% from 255) = 31%

R = 56%
G = 13%
B = 31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#380D1F (or 0x380D1F) is known color: Blackberry. HEX triplet: 38, 0D and 1F. RGB value is (56,13,31). Sum of RGB (Red+Green+Blue) = 56+13+31=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #380D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D1F is #C7F2E0. Grayscale: #1B1B1B. Windows color (decimal): -13103841 or 2035000. OLE color: 2035000.

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

Color convert

RGB 56 13 31 -
CMYK 0 0.77 0.45 0.78
HSL 334.88º 0.62% 0.14% -
HSV(B) 334.88º 0.77% 0.22% -
XYZ 2.02 1.23 1.43 -
YUV 27.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 56 13 31 0 0.77 0.45 0.78 334.88 0.62 0.14
Hex 38 D 1F 0 4D 2D 4E 14F 3E E
Octal 70 15 37 0 115 55 116 517 76 16
Binary 111000 1101 11111 0 1001101 101101 1001110 101001111 111110 1110

Color Harmonies of #380D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D1F

Black with #380D1F

Text Example


Text Example

White with #380D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,13,31); }

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

background-color css

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

 a { background-color: rgb(56,13,31); }

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

border-color css

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

 span { border-color: rgb(56,13,31); }

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