Html Css Color HEX #380B25 Blackberry

📋 copy color: '#380B25'

red 56 ◦ green 11 ◦ blue 37

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

Shades of Blackberry #380B25

Tints of Blackberry #380B25

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.58%

 BLUE value IS 37 (14.84% from 255) = 35.58%

R = 53.85%
G = 10.58%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#380B25 (or 0x380B25) is known color: Blackberry. HEX triplet: 38, 0B and 25. RGB value is (56,11,37). Sum of RGB (Red+Green+Blue) = 56+11+37=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #380B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380B25 is #C7F4DA. Grayscale: #1B1B1B. Windows color (decimal): -13104347 or 2427704. OLE color: 2427704.

HSL color Cylindrical-coordinate representation of color #380B25: hue angle of 325.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #380B25 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 11 37 -
CMYK 0 0.80 0.34 0.78
HSL 325.33º 0.67% 0.13% -
HSV(B) 325.33º 0.8% 0.22% -
XYZ 2.08 1.21 1.87 -
YUV 27.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 56 11 37 0 0.80 0.34 0.78 325.33 0.67 0.13
Hex 38 B 25 0 50 22 4E 145 43 D
Octal 70 13 45 0 120 42 116 505 103 15
Binary 111000 1011 100101 0 1010000 100010 1001110 101000101 1000011 1101

Color Harmonies of #380B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380B25

Black with #380B25

Text Example


Text Example

White with #380B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,11,37); }

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

background-color css

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

 a { background-color: rgb(56,11,37); }

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

border-color css

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

 span { border-color: rgb(56,11,37); }

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